home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / ld / testsuite / ld-scripts / script.s < prev    next >
Encoding:
Text File  |  1996-07-04  |  100 b   |  9 lines

  1.     .text
  2.     .globl text_symbol
  3. text_symbol:    
  4.     .long    1
  5.     .data
  6.     .globl data_symbol
  7. data_symbol:    
  8.     .long    2
  9.